Welcome![Sign In][Sign Up]
Location:
Search - android Graphics

Search list

[Special Effectsskia_chrome

Description: 关于Android的2D图形库Skia的源代码-The 2D graphics library on the Android source code Skia
Platform: | Size: 2891776 | Author: huxiangang | Hits:

[OpenGL programandroid_OpenGLES_engine

Description: 基于OpenGLES的移动平台图形渲染引擎研究与实现,该论文写的非常好,很有借鉴意义。我们公司android三维开发就借鉴很多地方。-OpenGLES based graphics rendering engine for mobile platforms and Implementation Research
Platform: | Size: 6599680 | Author: yangyong | Hits:

[Game Enginejgame-20110425

Description: JGame是一个2D游戏引擎能够运行在Java JRE1.2+平台(通过JOGL可选支持OpenGL)与J2ME平台之上(CLDC1.1/MIDP2.0)。它提供一个高级框架,使得一些经典游戏利用数行代码就能够实现。游戏画面能够根据屏幕大小自动调整 JGame目前最新版为JGame V3.3版,包括围棋、象棋、五子棋、国际象棋、陆战棋、四国军棋,暗棋、拖拉机、麻将、锄大地、跑得快、拱猪、斗地主(三人)、斗地主(四人两副牌)、 哈、三打一、扎金花等17个最流行的网络棋牌游戏,还有四副升级、打磙子、攉龙、怪路、板子炮、炒地皮、小二定主、爬三、百搭麻将、立四麻将、四川麻将、 杭州麻将、义乌麻将、乳山麻将、大同麻将、160分等多个地方特色游戏。 所有游戏的规则跟联众、中国游戏中心等游戏基本一样。 ☉JGame具有跨平台,支持几乎所有操作系统,JGame占用的系统资源极少,速度快,支持超大容量用户-JGame is an open source 2D game engine that makes multiplatform development easier. It runs on the Java JRE 1.3+ platform with optional OpenGL (JOGL) enhancements, the J2ME (MIDP2.0/CLDC1.1) mobile platform, and the Android (2.1+) platform. There is also a Flash (Actionscript 3) version. It provides a very high-level framework, enabling "classic" type arcade games to be developed with a minimum of code and effort. It is based on sprites with automatic animation and collision detection, and a tile-based background with easy sprite-tile interaction facilities. Games are programmed at a fixed "virtual" resolution, but can be scaled to any screen resolution. The engine provides an enhanced graphics API, with a fallback to simpler and more efficient graphics on J2ME and plain JRE. The API also includes sound and persistent storage.
Platform: | Size: 17882112 | Author: TOM_kill | Hits:

[Linux-UnixXfermode_Delegate

Description: Delegate implementing the native methods of android.graphics.Xfermode.
Platform: | Size: 1024 | Author: qefanpeng | Hits:

[Linux-UnixRunner

Description: Delegate implementing the native methods of android.graphics.EmbossMaskFilter.
Platform: | Size: 1024 | Author: ruivoucie | Hits:

[Linux-UnixRFC2109SpecFactory

Description: Delegate implementing the native methods of android.graphics.PaintFlagsDrawFilter.
Platform: | Size: 2048 | Author: louyaopen | Hits:

[Linux-UnixSamplePlugin

Description: Delegate implementing the native methods of android.graphics.PorterDuffColorFilter.
Platform: | Size: 1024 | Author: yeicongo | Hits:

[OpenGL programGame.and.Graphics.Programming.

Description: Game.and.Graphics.Programming.for.iOS.and.Android.with.OpenGL.ES.2.0:包括电子书和SDK,专业的OpenGL.ES学习资料有适用android和ios-Game.and.Graphics.Programming.for.iOS.and.Android.with.OpenGL.ES.2.0: including books and SDK, professional OpenGL.ES learning materials applicable android and ios
Platform: | Size: 17977344 | Author: caonima | Hits:

[Linux-UnixBitmap_Delegate

Description: Delegate implementing the native methods of android.graphics.Bitmap.
Platform: | Size: 3072 | Author: funyuekan | Hits:

[Linux-UnixBitmapDrawable

Description: A Drawable that wraps a bitmap and can be tiled, stretched, or aligned. You can create a BitmapDrawable from a file path, an input stream, through XML inflation, or from a android.graphics.Bitmap object.
Platform: | Size: 3072 | Author: ledubo | Hits:

[Linux-UnixBitmapShader_Delegate

Description: Delegate implementing the native methods of android.graphics.BitmapShader.
Platform: | Size: 2048 | Author: sinterze | Hits:

[Linux-UnixFocusChangeWithInterestingRectHintTest

Description: android.view.FocusFinderfindNextFocus(android.view.ViewGroup, android.view.View, int) and android.view.ViewrequestFocus(int, android.graphics.Rect) work together to give a newly focused item a hint about the most interesting rectangle of the previously focused view.
Platform: | Size: 1024 | Author: nengkiujai | Hits:

[androidgrafika-master

Description: Grafika是一个研究android图形和多媒体的Demo库。-Grafika is a study of Android graphics and multimedia Demo library..
Platform: | Size: 805888 | Author: 丁二 | Hits:

[androidandroid-opengles1-master

Description: 这是一个使用OpenGL ES 1.0的示例程序 - 它通过本地层实现的OpenGL ES 1.0来渲染3D图形,通过Activity来管理GLSurfaceView-Android OpenGL ES 1.0 demo- render 3D graphics via native OpenGLES 1.0, but manage the Activity with a GLSurfaceView
Platform: | Size: 11264 | Author: 星期天 | Hits:

[TreeViewDesktop

Description: package com.cqvie import android.graphics.* import android.graphics.Paint.Style public class Kuai { //public int HANG, LIE //最大行、最大列 public int hang, lie //?前行、?前列 public int BianChang //方?的?? public int YanSe //方?的?色 public void Hua(Bitmap bmp) //在?布上?方? { Canvas c=new Canvas(bmp) Rect rc=new Rect( lie * BianChang, hang * BianChang, (lie+1) * BianChang,(hang+1) * BianChang) Paint paint=new Paint() paint.setColor(YanSe) paint.setStyle(Style.STROKE) //空心 paint.setStrokeWidth(2) //?? c.drawRect(rc, paint) } }-package com.cqvie import android.graphics.* import android.graphics.Paint.Style public class Kuai { //public int HANG, LIE //最大行、最大列 public int hang, lie //?前行、?前列 public int BianChang //方?的?? public int YanSe //方?的?色 public void Hua(Bitmap bmp) //在?布上?方? { Canvas c=new Canvas(bmp) Rect rc=new Rect( lie* BianChang, hang* BianChang, (lie+1)* BianChang,(hang+1)* BianChang) Paint paint=new Paint() paint.setColor(YanSe) paint.setStyle(Style.STROKE) //空心 paint.setStrokeWidth(2) //?? c.drawRect(rc, paint) } }
Platform: | Size: 2048 | Author: 朱晨臨 | Hits:

[androidandroid

Description: 安卓软件APP工程源码,安全保密包含安全卫士源码,屏幕锁源码,人脸识别源码,手机防火墙源码,图案解锁之九宫解锁源码,图形解锁源码,网络监视器源码,远程视频监控程序源码等-Android APP software engineering source code, security code contains the security guards, screen lock code, source code for face recognition, mobile firewall source code, source code to unlock pattern to unlock the nine palaces, graphics unlock code, source network monitor, remote video surveillance and other Open Source
Platform: | Size: 14348288 | Author: ARM | Hits:

[androidtwhp

Description: 网上有很多Dialog的图文混排源码,这里有一个Android Spinner的图文混排控件源码,效果还不错。希望大家可以继续的完善一下,能够给大家分享一下,一起学习进步。-Online there are a lot of Dialog graphics and text mixed source, here is a Spinner Android graphics and text mixed source code, the effect is not bad. Hope that we can continue to improve it, to give you a share, learning and progress together.
Platform: | Size: 84992 | Author: 王仲洲 | Hits:

[androidAndroid-Charts

Description: 图形图表控件源码是一套基于Java和Android开发的图形图表控件。 目前该套图表主要包括以下组件: 网格图(gird chart) 线图(line charts),包含单线图和多线图 柱状图(stick charts),包含基本柱状图和特殊柱状图 支持显示均线 K线或蜡烛线图(candle stick-chart) 支持显示均线 饼图(pie chart or pizza chart) 包括基本饼图和分割饼图 雷达图或蛛网图(radar chart or spider web chart) 包含面积雷达图 -Graphic control source code is a set of Java and Android based on the development of graphics graphics control. At present, the set of charts mainly includes the following components: Grid graph (Chart gird) Line charts (line), including single line and multi line graph Column (stick charts), including the basic histogram and histogram shows the average special support K line graph or a candle (candle stick-chart) showed average support Pie chart (chart or pizza chart pie) including basic pie chart and pie chart Radar map or spider diagram (radar chart or spider web chart) contains the radar chart area
Platform: | Size: 1064960 | Author: 赵斌 | Hits:

[androidpicasso12

Description: picasso 是 Square 公司开源的一个 Android 图形缓存库, ,可以实现图片下载和缓存功能。-Picasso is an open source Square Android graphics cache, you can achieve the picture download and cache function.
Platform: | Size: 2169856 | Author: GHB | Hits:

[androidHKT_MAP

Description: 图形图像应用。基于凯立德地图实现展现、查询、简单查询和管理。(Graphics and image applications. Map display, query, Careland simple query and management based on.)
Platform: | Size: 64694272 | Author: wj10060406 | Hits:
« 1 2 3 45 6 »

CodeBus www.codebus.net